Skip to content

CLN: no need for mixin, move non-index timedelta arithmetic test #30220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 13, 2019

Conversation

jbrockmendel
Copy link
Member

No description provided.

@gfyoung gfyoung added Testing pandas testing functions or related to the test suite Clean Refactor Internal refactoring of code labels Dec 12, 2019
class TestFrozenList(CheckImmutableMixin, CheckStringMixin):
mutable_methods = ("extend", "pop", "remove", "insert")
unicode_container = FrozenList(["\u05d0", "\u05d1", "c"])

def setup_method(self, _):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you move this setup_method to the top (and/or use fixtures)

@jreback jreback added this to the 1.0 milestone Dec 12, 2019
@jreback jreback merged commit be1c17d into pandas-dev:master Dec 13, 2019
@jreback
Copy link
Contributor

jreback commented Dec 13, 2019

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Refactor Internal refactoring of code Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants